FlatLabelAllLocations

@Serializable
data class FlatLabelAllLocations(    val appearance: MPIOptions.FlatLabelAppearance? = null,     val locations: List<String>? = null) : MPIOptions.AbstractFlatLabelAllLocations

FlatLabelAllLocations holds the properties of flat labels to be set when setting flat labels to a collection of polygons

Constructors

Link copied to clipboard
constructor(appearance: MPIOptions.FlatLabelAppearance? = null, locations: List<String>? = null)

Properties

Link copied to clipboard
open override val appearance: MPIOptions.FlatLabelAppearance? = null

Control the appearance of F labels

Link copied to clipboard
open override val locations: List<String>? = null

Which locations to label. If unspecified, all locations will be labeled.